Micron Document
Fox's Git Mirrors


Displaying Raw • Download

src/Cryptography/Hashes.h 263f58980197561c4ba379903f31cfa20a876145 (263f5898) Text, 185 B

#pragma once

#include "../Bytes.h"

#include <stdint.h>

namespace RNS { namespace Cryptography {

const Bytes sha256(const Bytes& data);
const Bytes sha512(const Bytes& data);

} }

Served by rngit 1.5.2 - Generated in 0.02s